home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / doom / extra.zip / DSPTOD2.ZIP / DSPBACK.BAT next >
DOS Batch File  |  1980-02-19  |  1KB  |  42 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo    Battle on the Frontier - Deepspace Syndicate Activity   
  5. echo.   
  6. echo    De-installation, version 2.0
  7. echo    A New Tour of Duty for TIE Fighter         
  8. echo    Missions created by the Bullfrog              
  9. echo.
  10. echo    Hit CTRL+C to abort - Any other key to continue
  11. echo.
  12. pause
  13. :check1
  14. if NOT EXIST B2M1FW.DSP goto trouble
  15. :changeling
  16. del B2M1FW.TIE
  17. del B2M2BW.TIE
  18. del B2M3IW.TIE
  19. del B2M4GW.TIE
  20. del B2M5FW.TIE
  21. echo.
  22. echo    Your original TIE Missions, Battle #2 will be reinstalled now!
  23. ren B2M1FW.DSP B2M1FW.TIE
  24. ren B2M2BW.DSP B2M2BW.TIE
  25. ren B2M3IW.DSP B2M3IW.TIE
  26. ren B2M4GW.DSP B2M4GW.TIE
  27. ren B2M5FW.DSP B2M5FW.TIE
  28. goto Fini
  29. :trouble
  30. echo.
  31. echo    Battle #2 has been restored to the original missions.  
  32. echo    You do not have any more custom missions.
  33. echo.
  34. goto end
  35. :Fini
  36. echo.
  37. echo    To reinstall the Deepspace Syndicate Activity Tour of Duty, type DSPINS.BAT
  38. echo    For additional information read the DSPTOD.TXT       
  39. echo.           
  40. echo.
  41. :end
  42.